home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000294_news@columbia.edu _Mon Jul 19 16:25:06 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA27652
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 19 Jul 1999 16:25:06 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id PAA26263
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 19 Jul 1999 15:59:54 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Frank Rules!
  11. Date: 19 Jul 1999 19:59:54 GMT
  12. Organization: Columbia University
  13. Message-ID: <7n003q$pkk$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <eKJk3.139$vN3.8626@typhoon-sf.snfc21.pbi.net>,
  17. Richard Hery <rjhery@assist-telcom.com> wrote:
  18. : ...
  19. : I've been sweating over this for weeks trying to figure it out.  Granted,
  20. : I know nothing about this. It wasn't until I tried going down the Kermit
  21. : road that things starting making more sense.  I know all my data gets
  22. : messed up when I try and represent it in Ascii, but there isn't an easy
  23. : way to post the stuff in a newsgroup.  I do have the binary file.  Does
  24. : your book give specifics about all of that information?
  25. :
  26. Yes: "Kermit, A File Transfer Protocol" contains the protocol definition.
  27.  
  28. : I'm trying to do
  29. : away with the DOS app that runs on my desktop.  It's very old, but
  30. : functions perfectly.  I want to redo it in a native Windows app, but won't
  31. : get too far if I don't even know what it's doing.  I sure do appreciate
  32. : all the info!
  33. I'd recommend you not try to code Kermit protocol from scratch.  Rather,
  34. just have your application invoke Kermit 95 to do the transfers -- or better
  35. yet, if possible -- all of the communication:
  36.  
  37.   http://www.columbia.edu/kermit/k95.html
  38.  
  39. - Frank